home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-15 | 365 b | 14 lines | [TEXT/DWat] |
- % xrange xstart xend
- % Fill the x vector with values from xstart to xend
-
- % ARGUMENTS:
- % xstart -- starting x value
- % xend -- last x value
- %
- % DESCRIPTION:
- % Replace the x vector with x values ranging from xstart to xend.
- %
- % ---------------------------------------------------------------
- hide
- % Put 0 - 1 on the stack
- rpn index 1 - npts 1 - / &2 &1 - * &1 + >x